func runtime.pidlegetSpinning

6 uses

	runtime (current package)
		proc.go#L3228: 	pp, _ = pidlegetSpinning(0)
		proc.go#L3678: 			pp, _ := pidlegetSpinning(0)
		proc.go#L3906: 			pp, _ := pidlegetSpinning(0)
		proc.go#L3973: 	pp, now := pidlegetSpinning(0)
		proc.go#L4074: 			pp, _ := pidlegetSpinning(0)
		proc.go#L7430: func pidlegetSpinning(now int64) (*p, int64) {